home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_Binary / DrawingViewWraps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-19  |  1.1 KB  |  45 lines

  1. /* DrawingViewWraps.h generated from DrawingViewWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DRAWINGVIEWWRAPS_H
  6. #define DRAWINGVIEWWRAPS_H
  7.  
  8. extern void PSWDefs( void );
  9.  
  10. extern void PSWSetlinewidth(float LineWidth);
  11.  
  12. extern void PSWSetlinejoin(int LineJoin);
  13.  
  14. extern void PSWSetlinecap(int LineCap);
  15.  
  16. extern void PSWSetmiterlimit(float MiterLimit);
  17.  
  18. extern void PSWMoveto(float X, float Y);
  19.  
  20. extern void PSWSetgray(float Gray);
  21.  
  22. extern void PSWSetrgbcolor(float Red, float Green, float Blue);
  23.  
  24. extern void PSWSethsbcolor(float Hue, float Sat, float Bri);
  25.  
  26. extern void PSWSetcmykcolor(float Cyan, float Mag, float Yel, float Black);
  27.  
  28. extern void PSWRmoveto(float X, float Y);
  29.  
  30. extern void PSWLineto(float X, float Y);
  31.  
  32. extern void PSWRlineto(float X, float Y);
  33.  
  34. extern void PSWCurveto(float X1, float Y1, float X2, float Y2, float X3, float Y3);
  35.  
  36. extern void PSWRcurveto(float X1, float Y1, float X2, float Y2, float X3, float Y3);
  37.  
  38. extern void PSWClosepath( void );
  39.  
  40. extern void PSWFill( void );
  41.  
  42. extern void PSWStroke( void );
  43.  
  44. #endif DRAWINGVIEWWRAPS_H
  45.